-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: added notification #276
Conversation
ContributorsCommit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
Hello @muka! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2020-12-31 17:34:11 UTC |
Codecov Report
@@ Coverage Diff @@
## master #276 +/- ##
==========================================
- Coverage 94.02% 93.76% -0.27%
==========================================
Files 21 22 +1
Lines 2010 2084 +74
==========================================
+ Hits 1890 1954 +64
- Misses 120 130 +10
|
Maybe not 100% ready yet but time for a first round of review :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good! See a few comments.
@muka LGTM. I have no further comments. Do you want me to merge now or have more to do on this PR? |
We are good to go for me, thanks |
Alright. Happy New 2021 PR merge! |
🎉 This PR is included in version 1.12.7 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Initial implementation for the notification system. Refers to #50